{load_language_text section="account_history_info"} {if $order_data} {block name="account_history_order"} {block name="account_history_order_thead"} {/block} {block name="account_history_order_tbody"} {foreach item=product from=$order_data} {block name="account_history_order_row"} {block name="account_history_order_row_quantity"} {/block} {block name="account_history_order_row_product"} {/block} {block name="account_history_order_row_model"} {/block} {block name="account_history_order_row_single_price"} {/block} {block name="account_history_order_row_price"} {/block} {/block} {/foreach} {/block} {block name="account_history_order_tfoot"} {foreach item=order_total_item from=$order_total} {/foreach} {/block}
{$txt.head_units} {$txt.head_products} {$txt.head_artnr} {$txt.head_single_price} {$txt.head_price}
{$product.PRODUCTS_QTY} {if $product.UNIT}{$product.UNIT}{else}x{/if} {$product.PRODUCTS_NAME}
{$product.PRODUCTS_ATTRIBUTES} {foreach item=prop_item_array from=$product.PRODUCTS_PROPERTIES}
{$prop_item_array.properties_name}: {$prop_item_array.values_name} {/foreach} {if $product.PRODUCTS_SHIPPING_TIME neq ''}
{$txt.text_shippingtime} {$product.PRODUCTS_SHIPPING_TIME} {/if}
{$product.PRODUCTS_MODEL} {$product.PRODUCTS_ATTRIBUTES_MODEL} {$product.PRODUCTS_SINGLE_PRICE} {$product.PRODUCTS_PRICE}
{$order_total_item.TITLE} {$order_total_item.TEXT}
{/block} {/if}